Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixRowCollection Class / Insert Method / Insert(String[],InsertLocation) Method
The row cells text array.
The target InsertLocation for the insertion.

In This Topic
    Insert(String[],InsertLocation) Method
    In This Topic
    Inserts a new OMathMatrixRow into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal cellsText() As System.String, _
       ByVal location As InsertLocation _
    ) As OMathMatrixRow
    public OMathMatrixRow Insert( 
       System.string[] cellsText,
       InsertLocation location
    )

    Parameters

    cellsText
    The row cells text array.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathMatrixRow.
    See Also